home *** CD-ROM | disk | FTP | other *** search
/ SEX CD-ROM 1 / SEX CD-ROM 1.iso / viewers / qpeg / qpeg.ini < prev    next >
Encoding:
Text File  |  1994-02-01  |  3.1 KB  |  84 lines

  1. # QPEG initialization file
  2. #
  3. # You may modify this file with any standard ASCII text editor.
  4. # Comments are preceded by '#' (you can also use ';' or '%').
  5. # Options are not case sensitive.  Spaces are ignored.
  6.  
  7. # Switch "fast preview" initially on/off ('!' key within QPEG).
  8. Preview=On
  9.  
  10. # Switch "file information" initially on/off ('*' key within QPEG).
  11. File_Info=On
  12.  
  13. # Default directory at startup.  Specify '.' for current directory.
  14. Default_Directory=.
  15.  
  16. # If your mouse driver is not Microsoft compatible, switch this off.
  17. # That will also disable Follow_Mouse and Pan_Mouse.
  18. Use_Mouse=On
  19.  
  20. # The following lines define the functions of the mouse buttons.
  21. # Each mouse button corresponds to a key on your keyboard.
  22. # These three lines are for the menu/directory screen:
  23. Menu_Mouse_Button_Left  =Cursor+Enter   # view image
  24. Menu_Mouse_Button_Middle=Shift+Enter    # view tagged files
  25. Menu_Mouse_Button_Right =Cursor+Space   # tag/untag image
  26. # These three lines are for the image display screen:
  27. View_Mouse_Button_Left  =Enter          # view next image
  28. View_Mouse_Button_Middle=Esc            # stop display / return to menu
  29. View_Mouse_Button_Right =Space          # tag/untag image and view next one
  30.  
  31. # If this option is on, the file cursor (bar) will follow the mouse cursor.
  32. # You can still use the cursor keys by placing the mouse pointer at the
  33. # top of the screen.
  34. Follow_Mouse=Off
  35.  
  36. # You can pan across the image by moving your mouse if this option is on.
  37. Pan_Mouse=On
  38.  
  39. # Beep when the image decoding is completed or Esc hit while decoding.
  40. Ready_Beep=On
  41.  
  42. # Beep when an error occured (file format error, I/O error, etc).
  43. Error_Beep=On
  44.  
  45. # Beep when a warning occured (e.g. delete file).
  46. Warn_Beep=On
  47.  
  48. # Display all images as greyscaled on/off ('$' key within QPEG).
  49. Force_Grey=Off
  50.  
  51. # Height and colors of the default video mode ('+'/'-' keys within QPEG).
  52. # For colors you can use '16', '256', '32K', '64K' and '16M'.
  53. Default_Mode_Height=480
  54. Default_Mode_Colors=256
  55.  
  56. # Use dithering for hicolor modes:
  57. # on:  image quality is like truecolor, but takes 15% more time.
  58. # off:  faster, but image quality is sometimes worse.
  59. Hicolor_Dither=On
  60.  
  61. # Automatic video mode selection.
  62. # on:  QPEG selects the mode automatically, depending on the image size.
  63. # off: QPEG uses the mode which is currently selected by the user.
  64. # ATTENTION:  If switched on, QPEG can use any of the modes which are
  65. #             defined in the configuration file (QPEG.CFG).  So be sure
  66. #             that all of those modes work with your video hardware!
  67. #             You have to delete the modes that do not work.
  68. Auto_Mode=Off
  69.  
  70. # Specify which modes (number of colors) QPEG should take into account
  71. # when automatic mode selection is switched on.
  72. # For truecolor images (e.g. color JPEGs):
  73. Auto_Mode_Truecolor=256,32K,64K,16M
  74. # For hicolor images (e.g. 15bit Targas):
  75. Auto_Mode_Hicolor=256,32K,64K
  76. # For greyscaled images:
  77. Auto_Mode_Grey=16,256
  78. # For color images with up to 256 colors (e.g. 256 color GIFs):
  79. Auto_Mode_256Color=256
  80. # For images with up to 16 colors:
  81. Auto_Mode_16Color=16,256
  82.  
  83. ######
  84.